Auto merge of #3603 - ehuss:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jan 2017 17:05:05 +0000 (17:05 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jan 2017 17:05:05 +0000 (17:05 +0000)
Fix broken code block

It seems like the Markdown parser requires a blank line before a code block (otherwise it treats it like an inline span).


Trivial merge